home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / share / gimp / 2.0 / scripts / web-browser.scm < prev    next >
Text File  |  2009-12-15  |  6KB  |  228 lines

  1. ; GIMP - The GNU Image Manipulation Program
  2. ; Copyright (C) 1995 Spencer Kimball and Peter Mattis
  3. ;
  4. ; gimp-online.scm
  5. ; Copyright (C) 2003  Henrik Brix Andersen <brix@gimp.org>
  6. ;
  7. ; This program is free software; you can redistribute it and/or modify
  8. ; it under the terms of the GNU General Public License as published by
  9. ; the Free Software Foundation; either version 2 of the License, or
  10. ; (at your option) any later version.
  11. ;
  12. ; This program is distributed in the hope that it will be useful,
  13. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. ; GNU General Public License for more details.
  16. ;
  17. ; You should have received a copy of the GNU General Public License
  18. ; along with this program; if not, write to the Free Software
  19. ; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  20.  
  21. (define (gimp-online-docs-web-site)
  22.   (plug-in-web-browser "http://docs.gimp.org")
  23. )
  24.  
  25. (define (gimp-help-2-concepts-usage)
  26.   (gimp-help "" "gimp-concepts-usage")
  27. )
  28.  
  29. (define (gimp-help-2-using-docks)
  30.   (gimp-help "" "gimp-using-docks")
  31. )
  32.  
  33. (define (gimp-help-2-using-simpleobjects)
  34.   (gimp-help "" "gimp-using-simpleobjects")
  35. )
  36.  
  37. (define (gimp-help-2-using-selections)
  38.   (gimp-help "" "gimp-using-selections")
  39. )
  40.  
  41. (define (gimp-help-2-using-fileformats)
  42.   (gimp-help "" "gimp-using-fileformats")
  43. )
  44.  
  45. (define (gimp-help-2-using-photography)
  46.   (gimp-help "" "gimp-using-photography")
  47. )
  48.  
  49. (define (gimp-help-2-using-web)
  50.   (gimp-help "" "gimp-using-web")
  51. )
  52.  
  53. (define (gimp-help-2-concepts-paths)
  54.   (gimp-help "" "gimp-concepts-paths")
  55. )
  56.  
  57.  
  58. ; shortcuts to help topics
  59. (script-fu-register "gimp-help-2-concepts-paths"
  60.    _"Using _Paths"
  61.    _"Bookmark to the user manual"
  62.     "Roman Joost <romanofski@gimp.org>"
  63.     "Roman Joost <romanofski@gimp.org>"
  64.     "2006"
  65.     ""
  66. )
  67.  
  68. (script-fu-menu-register "gimp-help-2-concepts-paths"
  69.              "<Image>/Help/User Manual")
  70.  
  71.  
  72. (script-fu-register "gimp-help-2-using-web"
  73.    _"_Preparing your Images for the Web"
  74.    _"Bookmark to the user manual"
  75.     "Roman Joost <romanofski@gimp.org>"
  76.     "Roman Joost <romanofski@gimp.org>"
  77.     "2006"
  78.     ""
  79. )
  80.  
  81. (script-fu-menu-register "gimp-help-2-using-web"
  82.              "<Image>/Help/User Manual")
  83.  
  84.  
  85. (script-fu-register "gimp-help-2-using-photography"
  86.    _"_Working with Digital Camera Photos"
  87.    _"Bookmark to the user manual"
  88.     "Roman Joost <romanofski@gimp.org>"
  89.     "Roman Joost <romanofski@gimp.org>"
  90.     "2006"
  91.     ""
  92. )
  93.  
  94. (script-fu-menu-register "gimp-help-2-using-photography"
  95.              "<Image>/Help/User Manual")
  96.  
  97.  
  98. (script-fu-register "gimp-help-2-using-fileformats"
  99.    _"Create, Open and Save _Files"
  100.    _"Bookmark to the user manual"
  101.     "Roman Joost <romanofski@gimp.org>"
  102.     "Roman Joost <romanofski@gimp.org>"
  103.     "2006"
  104.     ""
  105. )
  106.  
  107. (script-fu-menu-register "gimp-help-2-using-fileformats"
  108.              "<Image>/Help/User Manual")
  109.  
  110.  
  111. (script-fu-register "gimp-help-2-concepts-usage"
  112.    _"_Basic Concepts"
  113.    _"Bookmark to the user manual"
  114.     "Roman Joost <romanofski@gimp.org>"
  115.     "Roman Joost <romanofski@gimp.org>"
  116.     "2006"
  117.     ""
  118. )
  119.  
  120. (script-fu-menu-register "gimp-help-2-concepts-usage"
  121.              "<Image>/Help/User Manual")
  122.  
  123.  
  124. (script-fu-register "gimp-help-2-using-docks"
  125.    _"How to Use _Dialogs"
  126.    _"Bookmark to the user manual"
  127.     "Roman Joost <romanofski@gimp.org>"
  128.     "Roman Joost <romanofski@gimp.org>"
  129.     "2006"
  130.     ""
  131. )
  132.  
  133. (script-fu-menu-register "gimp-help-2-using-docks"
  134.              "<Image>/Help/User Manual")
  135.  
  136.  
  137. (script-fu-register "gimp-help-2-using-simpleobjects"
  138.    _"Drawing _Simple Objects"
  139.    _"Bookmark to the user manual"
  140.     "Roman Joost <romanofski@gimp.org>"
  141.     "Roman Joost <romanofski@gimp.org>"
  142.     "2006"
  143.     ""
  144. )
  145.  
  146. (script-fu-menu-register "gimp-help-2-using-simpleobjects"
  147.              "<Image>/Help/User Manual")
  148.  
  149.  
  150. (script-fu-register "gimp-help-2-using-selections"
  151.    _"Create and Use _Selections"
  152.    _"Bookmark to the user manual"
  153.     "Roman Joost <romanofski@gimp.org>"
  154.     "Roman Joost <romanofski@gimp.org>"
  155.     "2006"
  156.     ""
  157. )
  158.  
  159. (script-fu-menu-register "gimp-help-2-using-simpleobjects"
  160.              "<Image>/Help/User Manual")
  161.  
  162.  
  163. ;; Links to GIMP related web sites
  164.  
  165. (define (gimp-online-main-web-site)
  166.   (plug-in-web-browser "http://www.gimp.org/")
  167. )
  168.  
  169. (define (gimp-online-developer-web-site)
  170.   (plug-in-web-browser "http://developer.gimp.org/")
  171. )
  172.  
  173. (define (gimp-online-plug-in-web-site)
  174.   (plug-in-web-browser "http://registry.gimp.org/")
  175. )
  176.  
  177.  
  178. (script-fu-register "gimp-online-main-web-site"
  179.    _"_Main Web Site"
  180.    _"Bookmark to the GIMP web site"
  181.     "Henrik Brix Andersen <brix@gimp.org>"
  182.     "Henrik Brix Andersen <brix@gimp.org>"
  183.     "2003"
  184.     ""
  185. )
  186.  
  187. (script-fu-menu-register "gimp-online-main-web-site"
  188.                          "<Image>/Help/GIMP Online")
  189.  
  190.  
  191. (script-fu-register "gimp-online-developer-web-site"
  192.    _"_Developer Web Site"
  193.    _"Bookmark to the GIMP web site"
  194.     "Henrik Brix Andersen <brix@gimp.org>"
  195.     "Henrik Brix Andersen <brix@gimp.org>"
  196.     "2003"
  197.     ""
  198. )
  199.  
  200. (script-fu-menu-register "gimp-online-developer-web-site"
  201.                          "<Image>/Help/GIMP Online")
  202.  
  203.  
  204. (script-fu-register "gimp-online-docs-web-site"
  205.    _"_User Manual Web Site"
  206.    _"Bookmark to the GIMP web site"
  207.     "Roman Joost <romanofski@gimp.org>"
  208.     "Roman Joost <romanofski@gimp.org>"
  209.     "2006"
  210.     ""
  211. )
  212.  
  213. (script-fu-menu-register "gimp-online-docs-web-site"
  214.                          "<Image>/Help/GIMP Online")
  215.  
  216.  
  217. (script-fu-register "gimp-online-plug-in-web-site"
  218.    _"Plug-in _Registry"
  219.    _"Bookmark to the GIMP web site"
  220.     "Henrik Brix Andersen <brix@gimp.org>"
  221.     "Henrik Brix Andersen <brix@gimp.org>"
  222.     "2003"
  223.     ""
  224. )
  225.  
  226. (script-fu-menu-register "gimp-online-plug-in-web-site"
  227.                          "<Image>/Help/GIMP Online")
  228.